home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1998 June / Designer's Club 1998 June.iso / mac / Idea Source@ / Main.Dir / 00009_interface.ls < prev    next >
Encoding:
Text File  |  1998-04-28  |  172 b   |  11 lines

  1. on mouseDown
  2.   cursor(-1)
  3.   set the visible of sprite 50 to 0
  4.   updateStage()
  5.   startTimer()
  6.   repeat while the timer < 60
  7.     nothing()
  8.   end repeat
  9.   go("interface")
  10. end
  11.